home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / m68knommu / platform / 68328 / bootlogo.pl next >
Encoding:
Text File  |  2008-12-24  |  165 b   |  11 lines

  1.  
  2. $_ = join("", <>);
  3.  
  4. s/(0x[0-9a-f]{2})/sprintf("0x%.2x",ord(pack("b8",unpack("B8",chr(hex($1))))))/gei;
  5.  
  6. s/^ /    .byte /gm;
  7. s/[,};]+$//gm;
  8. s/^static.*//gm;
  9.  
  10. print $_;
  11.